/*.preload .breadcrumbContainer,*/
/*.preload .titleSubtitleImage {*/
/*    transition: opacity .25s linear;*/
/*    opacity:0;*/
/*}*/
/*.breadcrumbContainer,*/
/*.titleSubtitleImage {*/
/*    transition: opacity .25s linear;*/
/*    opacity:1;*/
/*}*/
.eventsValidation .alert {
    display: flex;
    align-items: center;   
}
.eventsValidation .alert:before {
    font-family: 'acgIcons' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    margin-right: 10px;    
}
.eventsValidation .alert-danger:before {
    content: "\e923";
}
.eventsValidation .alert-success:before {
    content: "\e91b";
}
#second-5076 ul li:not(:first-child),
#second-5994 ul li:not(:first-child) {
    display: none;
}

.selectBox-dropdown-menu {
    max-height: 500px;
}

.footerOuter .menus .logos .right {
    flex-wrap: wrap;
    max-width: 520px;
    flex-direction: column;
}
.footerOuter .menus .logos .right .rightContainer {
    display: flex; flex-wrap: wrap; justify-content: center;
}
.footerOuter .menus .logos .rightTitle { 
    color: #66648b;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .12px;
    line-height: 1.5;
    margin-bottom: 20px;
    justify-content: center;
}
.footerRightLinkImage {
    max-height: 50px;   
}

.footerRightLink:nth-child(1),
.footerRightLink:nth-child(2), 
.footerRightLink:nth-child(3) {
    margin-bottom: 30px;   
}
@media all and (min-width: 1024px) {
    .footerOuter .logos {
        align-items: flex-start;
        flex-direction: column;
    }
    .footerOuter .menus .logos .left {
        margin-bottom: 60px;
    }
    .footerOuter .menus .logos .rightTitle { 
        justify-content: left;   
    }    
    .footerOuter .menus .logos .right .rightContainer {
        justify-content: flex-start;
    }    
}
@media all and (min-width: 1200px) {
    .footerOuter .logos {
        flex-direction: row;
    }    
    .footerRightLinkImage {
        max-height: 40px;   
    }
    .footerOuter .menus .logos .left {
        margin-bottom: unset;
        margin-right: 40px;
        flex-direction: row;
    }
    .footerOuter .menus .logos .right {
        margin-left: 30px;
        justify-content: center;
        max-width: 480px;
    }
}
@media all and (min-width: 1440px) {
    .footerRightLinkImage {
        max-height: 50px;   
    }
    .footerOuter .menus .logos .right {
        justify-content: normal;
        margin-left: 0;
        max-width: 520px;
    }
}

@media all and (min-width: 1700px) {
    .footerOuter .menus .logos .right {
        max-width: 560px;
    }
    .footerOuter .logos .right a:not(:last-child) {
        margin-right: 50px;
    }
    .footerRightLink:nth-child(1),
    .footerRightLink:nth-child(2), 
    .footerRightLink:nth-child(3) {
        margin-bottom: 50px;   
    }
}

.newsListing .cards .item p {
    font-size: 16px;    
}
.sliderCols .swiper-slide h2 .circleSmall {
    display: none;    
}
.sliderCols .swiper-slide-active h2 .circleSmall {
    display: block;    
}
.sliderCols .controls .navigation .icon::before {
    font-size: 26px;
}

.reportsListing .cards .item h3 { 
    min-height: unset;
}

.titleSubtitleImage.bgBeforeReports::before {
    height: 50%;
}
.relatedNews .item .text, 
.relatedEvents .item .text {
    min-height: 195px;
}
.relatedEvents .item .text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;   
}

.eventsListing .item .text {
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 270px);
}

.sliderRight .item::after {
    content: unset;   
}

/* mobile menu fix - start screen */
.mobileMenu .mm-panels #mm-1 li:nth-child(6) {
    margin-bottom: 30px;
}

.mobileMenu .mm-panels #mm-1 {
    background: linear-gradient(to bottom, #252159 85%, #1A173E 85%);   
}

@media (min-width: 370px) {
    .mobileMenu .mm-panels #mm-1 {
        background: linear-gradient(to bottom, #252159 75%, #1A173E 75%);   
    }  
}
@media (min-width: 768px) {
    .mobileMenu .mm-panels #mm-1 {
        background: linear-gradient(to bottom, #252159 50%, #1A173E 50%);   
    }  
}
.mobileMenu .mm-panels #mm-1 li:nth-child(7) {
    padding-top: 40px;
}   
.mobileMenu .mm-panels #mm-1 li:nth-child(n+7) {
    background-color: #1A173E;
    margin-bottom: 0;
}

.newsFeaturedSection .news-section {
    max-height: 423px;   
}
/* contact form */
@media (min-width: 1024px) {
    .form-item.form-item-field-select label {
        bottom:50px;
    }
}
@media (min-width: 992px) {
    .form-item:not(.form-item-type-checkbox) .form-item__container {
      height: 40px;
    }
}
@media (max-width: 767px) {
    .educationLevels .inner .swiper-slide {
        max-height: 250px;   
    }
    .educationLevels .inner .swiper-container {
        height: auto;
    }
    .educationLevels .inner .swiper-wrapper {
        align-items: flex-start;
    }
}
/* global check button */
.mchoice {
    display: inline-flex;
    /*align-items: center;*/
    min-height: 26px;
    position: relative;
}
.mchoice input {
    position: absolute;
    appearance: unset; 
    display: inline-flex;
    align-items: center;
    /*height: 26px;*/
    margin: 0;
}
.mchoice .custom-control-input {
    width: 100%;
    z-index: 1;
}
.mchoice .custom-control-label {
    /*position: absolute;*/
    /*left:51px;*/
    /*z-index:0;*/
    padding-left: 41px;
    padding-top: 2px;
}
.mchoice:hover label {
    /*font-weight: 700;*/
    transition: color .25s ease;
    color: #ededf3;
}
.mchoice input:hover,
.mchoice input:hover + label {
    cursor:pointer;   
}
.mchoice input:hover:not(:checked):before {
    color: #888; 
}
.mchoice input:checked:before {
    transition: background-color .25s ease, color .25s ease;
    background: #f57960;
    color: white;
}
.mchoice input:checked + label {
    transition: color .25s ease;
    font-weight: 700;
    color: #1a173e;
}
.mchoice input:before {
/*.mchoice .custom-control-label:before {*/
    transition: background-color .25s ease, color .25s ease;
    font-family: 'acgIcons';
    content: "\e91b";
    width: 26px;
    height: 26px;
    position: absolute;
    top:0;
    left:0;
    background: #EDEDF3;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;    
    color: #DDDDDD;
    margin-right: 15px;
}

.icon.icon-profile-icon{
    font-size: 55px;
}

.icon.icon-optimise{
    font-size: 52px;
}
.cForm .nav-tabs .nav-link.active .icon-optimise::before {
    color: white;   
}
.icon.icon-calendar,
.icon.icon-clock{
    font-size: 56px;
}
.icon.icon-house,
.icon.icon-work {
    font-size: 50px;   
}
/*.icon.icon-work {*/
/*    width: 56px;*/
/*    height: 100%;*/
/*}*/
.cForm .btn-radio {   
    border-radius:0;   
}
.cForm .btn-radio:not(.btn-radio-amount) {
    padding: 19px 40px 22px 40px; 
}
.cForm .nav-tabs .nav-link {
    background: transparent;
    border: unset;
}
.cForm .nav-tabs .nav-link.active {
    background: transparent;
}
.cForm .nav-tabs {
    border: unset;   
}
.news .newsContainer .page-loader-container {
    min-height: 400px;   
}
.news .page-loader-container.page-loader-visible {
    display: flex;
    margin-top: 0;
}
.relatedNews .item h3 {
  min-height: unset;
}

@media (min-width: 1280px) {
    .flyout .menuGiftBox .topImage {
        width: 33px; height: 50px;   
    }
}
@media (min-width: 1440px) {
    .flyout .menuGiftBox .topImage {
        width: 63px; height: 80px;   
    }
}
@media (min-width: 1280px) {
    .flyout .menuGiftBox {
        justify-content: start;
        padding-top: 150px;
    }
}
@media (min-width: 1440px) {
    .flyout .menuGiftBox {
        justify-content: center;
        padding-top: unset;
    }
}
@media (min-width: 2400px) {
    .flyout .menuGiftBox {
        justify-content: start;
        padding-top: 240px;
    }    
    .flyout .menuGiftBox .content {
        min-width: 353px;   
    }
}
@media (min-width: 1280px) {
    .homeBannerNew .text h2 {
        max-width: unset;   
    }
}
.titleSubtitleImage::before {
    /*height: 50%;   */
}
/* loader */
.page-loader-container {
    visibility: hidden;
    display: none;
    margin-top: 120px;
}
.page-loader-container.page-loader-visible {
  visibility: visible;
  display: block;
}
.page-loader-container .loader,
.page-loader-container .loader:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}
.page-loader-container .page-loader {
  display: flex;
  justify-content: center;
  max-height: 240px;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
  align-items: center;
  top: 50%;
  transform: translateY(50%);
}
.page-loader-container .loader {
  margin: 60px auto;
  font-size: 10px;
  position: absolute;
  text-indent: -9999em;
  border-top: 0.9em solid #252159;
  border-right: 0.9em solid #252159;
  border-bottom: 0.9em solid #252159;
  border-left: 0.9em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: loadCircle 1.1s infinite linear;
  animation: loadCircle 1.1s infinite linear;
}
@-webkit-keyframes loadCircle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loadCircle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.educationLevels .icon-banner-chevron-bar.co-pierce:before {
    color: #BF0D3E;
}

.educationLevels .icon-banner-chevron-bar.co-deree:before {
    color: #1263AD;
}

.mobileMenu .button.give {
    margin-left: 20px;
    margin-right: 20px;
}
@media (min-width: 600px) {
    .mobileMenu .button.give {
        max-width: 320px;   
    }
}
.mobileMenu ul li:nth-child(7) {
    margin-top: 0;   
}

@media only screen and (min-width: 1366px) and (height:1024px) {
    .menuOuter {
        width: 100vw;
    }
    .news .newsContainer .tabsContainer {
        left: 0;   
    }
    /*.news .tabsContainer::after {*/
    /*    content: unset !important;   */
    /*}*/
}
.articleGridSlide .list .heading .number {
    min-width: 96px;   
}
.collapseFiltered.filterFaculty .selectBox-dropdown .selectBox-label {
    padding-left: 0 !important;
}
#career-form .selectBox.form-item-field.form-select {
    margin-top: 10px;
}
.collapseFiltered.filterFaculty form .hiddenFiltersMobile {
    display:flex;
}
.filterNews .selectBox-dropdown {
    border:unset !important;   
}
@media all and (min-width: 768px) and (max-width: 1023px) {
    .contentRightImageLeft .sidebar .sidebarInfoContainer {
        display: flex;
        flex-direction: row;
        gap: 60px;
    }
}
@media all and (min-width: 768px) and (max-width: 992px) {
    .educationLevels .inner .item {
        margin-bottom: 20px;   
    }
}


@media (min-width: 1024px) {
    .twoBoxes .item .itemImg {
        height: 100%;   
    }
    .twoBoxes .item .itemInner .itemDesc {
        padding-left: 9px;    
    }
    .twoBoxes .item .itemInner {
        max-width: unset;
        min-width: 79.5%;
        min-height: 225px;
    }
    .twoBoxes .itemRow {
        justify-content: space-between;   
    }
}
.formAcgNewsletter .formAcgNewsletterInput input#terms:checked {
    background: #0096C7;
    border-radius: 2px;
    opacity: 1;
    transition: background .25s, opacity .25s ease;
}

.formAcgNewsletter .formAcgNewsletterInput input#terms {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    position: relative;
    background: #A8A6BD;
    border-radius: 2px;
    border-bottom: unset;
    transition: background .25s, opacity .25s ease;
}  

.formAcgNewsletter .formAcgNewsletterInput input#terms:before {
    font-family: acgIcons;
    content: "\e91b";
    color: #66648B;
    font-size: 16px;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 1px;
    left: 0;
    transition: color .25s ease;
}
.formAcgNewsletter .formAcgNewsletterInput input#terms:checked:before {
    color: white;
    transition: color .25s ease;
}
/*.formAcgNewsletter .formAcgNewsletterInput:hover input#terms,*/
.formAcgNewsletter .formAcgNewsletterInput input#terms:hover {
    /*background: #0096C7;*/
    opacity: 1;
    cursor:pointer;
}
.formAcgNewsletter .formAcgNewsletterInput label a:hover {
    text-decoration: underline;
}

.formAcgNewsletter .formAcgNewsletterInput input#newsletterEmail {
    border: unset;
}
.formAcgNewsletter .formAcgNewsletterInputEmail {
    position: relative;   
}
.formAcgNewsletter .formAcgNewsletterInputEmail.input-focused:after {
    transition: opacity .25s ease;
    opacity: 1;
}
.formAcgNewsletter .formAcgNewsletterInputEmail:after {
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #EDEDF3;
    opacity: 0.5;
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
}
.careerContainer .careerItem .careerDetails .careerInfo .time {
    text-transform: uppercase;   
}
.careerContainer .careerItem .careerDetails .careerInfo .icon-location-border {
    margin-right: 15px;
}
.careerContainer .careerItem svg {
    height: 82px;
    width: 94px;
}
.careerContainer .careerItem svg.logo-acg {
    color: #252159;   
}
.careerContainer .careerItem .careerImage .icon {
    font-size: 76px;   
}
@media all and (max-width: 1024px) {
    .imageOverlap {
      position: relative;
      top: -60px;
    }
}

/*@media all and (max-width: 1540px) {*/
/*    .innerPage {*/
/*        padding-left: 5px;*/
/*        padding-right: 5px;*/
/*    }*/
/*}*/

.factsNumbers,
.contentLeftRight {
    overflow: hidden;   
}
/*@media all and (max-width: 1440px) {*/
    .contentListGrid .graph {
        right: unset;
    }
/*}*/
@media all and (max-width: 1199px) {
    .contentList .innerContent .countUpHeading {
        justify-content: center;
    }
}

/*home banner pagination*/
/*.homeBannerNew .overlayTop {*/
/*    background-color: rgba(0,0,0, 0.2); */
/*}*/
.homeBannerNew .overlay {
    background: rgba(0,0,0, 0.2); 
}
@media all and (max-width: 500px) {
    .homeBannerNew .items .item .pagination {
        /*width: 100%;*/
        width: 60px;
        margin-right: 15px;
    }
    .homeBannerNew .items .item {
        /*flex-direction: column-reverse;*/
        padding-right: 10px;
        margin-right: 10px;
    }
}
/*footer cards */
@media all and (max-width: 414px) {
    .footerAboveOuterMobile li a {
        font-size: 14px;   
    }
}
@media all and (max-width: 428px) {
   .footerAboveOuterMobile li {
        margin-right: 20px;   
    }
}

/*get in touch - contact banner contact info hover states with icons*/
.getInTouch .sidebarLinks a:hover,
.getInTouch .sidebarLinks a:hover svg,
.contactBannerContainer .contactInfo a:hover,
.contactBannerContainer .contactInfo a:hover svg,
.sidebar .sidebarInfo .sidebarLinks a:hover,
.sidebar .sidebarInfo .sidebarLinks a:hover svg,
.footerAboveOuter .contact .links a:hover,
.footerAboveOuter .contact .links a:hover svg {
    transition: color .2s ease;
    color:#f57960;   
}
.getInTouch .sidebarLinks a,
.contactBannerContainer .contactInfo a {
    transition: color .2s ease;
}

/*campuses*/
.campuses a:focus, 
.campuses a:hover {
    opacity: 1;
}
@media all and (min-width: 1280px) {
    .campuses .campus.active {
      width: 500px;
    }
}
@media all and (min-width: 1440px) {
    .campuses .campus.active {
      width: 637px;
    }
}
@media all and (min-width: 1600px) {
    .campuses .campus.active {
      width: 737px;
    }
}

/*copyright*/
.copyright .icon-backbone-logo:before {
    transition: color .2s ease;
    color: #252159;
}
.copyright a.backbone {
    margin-left: 5px; margin-right: 5px;
}
.copyright a.expresia {
    margin-left: 5px;
}
.copyright a:hover .icon-backbone-logo:before,
.copyright a:hover .icon-expresia_logo:before {
    transition: color .2s ease;
    color: #111;
}

/*related events*/
.relatedNews .item .text, 
.relatedEvents .item .text,
.relatedEvents .item {
    background: white;
}
.relatedEvents .item span.location {
    text-transform: uppercase;
}
.relatedEvents.relatedEventsSlider .item a {
    position: absolute;
    z-index: 5;
}
.relatedEvents.relatedEventsSlider .item {
    transition: transform .25s ease;
}
.relatedEvents.relatedEventsSlider .item:hover {
    transition: box-shadow .25s, transform .25s ease;
    transform: scale(1.03);
    box-shadow: -40px 40px 90px -10px rgba(14, 13, 57, 0.1);
}
.relatedEvents .heading {
    display: block;   
}
.relatedEvents .swiper-button-prev {
    margin-left: 30px;
}
/*career*/
.careerContainer .careerItem .careerDetails .careerInfo p.date {
    color: #252159;   
}

/*insights*/
.insightsCards h2 {
    font-weight: 400;
    color: #252159;
}

/*sidebar news*/
.sidebarNews .newsContent {
    gap: unset;   
}
.sidebarNews .newsContent .newsCard {
    background-color: white;
}
.sidebarNews .newsContent a.newsCard {
    transition: transform .2s linear;
}
.sidebarNews .newsContent a.newsCard:hover{
    cursor: pointer;
    transform: scale(1.03);
    transition: transform .2s linear;
}
.sidebarNews .newsContent a.newsCard .description.date {
    text-transform: uppercase;   
}

/*news*/
@media all and (max-width: 768px) {
    .newsDescription .date {
        margin-bottom: 0;
    }
}

/*iphone 5 320px*/
@media all and (max-width: 374px) {
    .news .newsMobileContainer .newsContainer .tabsContainer input.newsTab + label {
        margin-right: 10px;   
    }
    
    .news .newsContainer .tabsContainer input.newsTab + label {
        font-size: 14px;   
    }
}

/*content top*/
.contentTop .shareButton {
    height: 52px;
}

.contentTop .shareButton ul {
    height: 52px;
    flex-direction: row;
}

/*main menu*/
.mainMenu .logo img {
    transition: width .250s linear;
}
.js-scrolled .mainMenu .logo img {
    transition: width .250s linear;
    width: 65px;   
}

@media (max-width: 1024px) {
    .mainMenu .logo img {
        width: 65px;   
    }
}
/*list of honorees*/
.listOfHonorees .card.card-fixed {
    max-height: max-content;   
}

.listOfHonorees .extra {
    margin-top: 35px;    
}
.listOfHonorees .card.expanded .extra {
    margin-top: 20px;   
}
.listOfHonorees img {
    align-self: self-start;   
}
.listOfHonorees .identity .name {
  white-space: unset;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;   
}
.listOfHonorees .card.expanded .identity .name {
    -webkit-line-clamp: 5;
} 
@media all and (min-width: 1024px) {
  .listOfHonorees .identity .name {        
        -webkit-line-clamp: 1;
    }  
}

.sliderGrid .expanded {
    max-height: max-content;
}   

.relatedNews .item a {
    position: relative;   
}
@media all and (max-width: 1200px) {    
    .relatedNews {
        overflow: hidden;   
    }
}
.collapseFiltered .card.expanded .title {
   -webkit-line-clamp: unset;
}

@media (min-width: 1024px) {
    .middleBanner img {
        max-width: max-content;
    }
    .middleBanner.wideImage .image img {
        width: 100%;   
    }
    .middleBanner.wideImage .image {
        max-width: unset;
    }
}

@media all and (max-width: 1680px) {    
    .homeBannerNew .container-banner {
        max-width: 100%;
    }
}

/*share button*/
.shareButton:active li:not(:first-child) a:active.twitter svg, .shareButton:active li:not(:first-child) a:focus.twitter svg,
.shareButton:active li:not(:first-child) a:hover.twitter svg, .shareButton:focus li:not(:first-child) a:active.twitter svg, 
.shareButton:focus li:not(:first-child) a:focus.twitter svg, .shareButton:focus li:not(:first-child) a:hover.twitter svg, 
.shareButton:hover li:not(:first-child) a:active.twitter svg, .shareButton:hover li:not(:first-child) a:focus.twitter svg, 
.shareButton:hover li:not(:first-child) a:hover.twitter svg,
.shareButton:active li:not(:first-child) a:active.message svg, .shareButton:active li:not(:first-child) a:focus.message svg,
.shareButton:active li:not(:first-child) a:hover.message svg, .shareButton:focus li:not(:first-child) a:active.message svg, 
.shareButton:focus li:not(:first-child) a:focus.message svg, .shareButton:focus li:not(:first-child) a:hover.message svg, 
.shareButton:hover li:not(:first-child) a:active.message svg, .shareButton:hover li:not(:first-child) a:focus.message svg, 
.shareButton:hover li:not(:first-child) a:hover.message svg {
    filter: brightness(0) invert(1); /* force white */
}
.shareButton:hover li:not(:first-child) a.facebook:focus,
.shareButton:hover li:not(:first-child) a.facebook:hover {
    background:#4267B2;
}
.shareButton:hover li:not(:first-child) a.twitter:focus,
.shareButton:hover li:not(:first-child) a.twitter:hover {
    background: rgba(2, 161, 242, 1);   
}
.shareButton:hover li:not(:first-child) a.message:focus,
.shareButton:hover li:not(:first-child) a.message:hover {
    background: #F57960;   
}

/*image loading effect*/
.titleSubtitleImage.withImage .image {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #F6F6F6;
    background: linear-gradient(to right, #e9ebf4 8%, #F0F0F0 18%, #e9ebf4 33%);
    background-size: 800px 104px;
    height: auto;
    position: relative;
}

@media (max-width: 1023px) {
    .titleSubtitleImage.withImage::before {
      height: 50%;
    }
}
@media (max-width: 992px) {
    /*.titleSubtitleImage.withImage::before {*/
    /*  height: calc(100% - 620px);*/
    /*}*/
}

.twoBoxes .itemImg .lazy {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #F6F6F6;
    background: linear-gradient(to right, #e9ebf4 8%, #F0F0F0 18%, #e9ebf4 33%);
    background-size: 800px 104px;
    height: 100%;
    position: relative;
}
  
@keyframes placeHolderShimmer{
    0%{
      background-position: -468px 0
    }
    100%{
      background-position: 468px 0
    }
}

.titleSubtitleImage .leftContent .description.date {
    text-transform: uppercase; color: #A8A6BD;
}

/* news home */
.news .heading .title h3 {
    color: #66648b;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: .11px;
    line-height: 1.57;
    margin: 8px 0 30px;
}
/* giftbox */
.menuGiftBox .sidebarGift .html {
    text-align: center;   
}
/* faculty inner and text only overwrites layout ipad/small screens */
@media all and (min-width: 1440px) {
    .facultyInner .facultySidebar {
        margin-left: calc(50vw - 719px);
    }
}
@media all and (min-width: 1800px) {
    .facultyInner .facultySidebar {
        margin-left: calc(50vw - 749px);
    }
}
@media all and (min-width: 1280px) and (max-width: 1439px) {
    .facultyInner .facultySidebar {
        margin-left: 54px;   
    }
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
    .facultyInner .facultySidebar {
        margin-left: 32px;   
    }
}
@media all and (min-width: 1024px) and (max-width: 1280px) {
    .facultyInner .bottomWrapper .content, 
    .facultyInner .bottomWrapper > .sidebar {
      padding-top: 60px;
    }    
    .facultyInner .textOnly .rte h2 { font-size: 40px; }
    .facultyInner .textOnly .rte h3 { font-size: 24px; }
}
/* file unputs */
.form-item.form-item-type-file {
    position: relative;
}
.form-item.form-item-type-file input:hover {
    cursor: pointer;
}
.form-item.form-item-type-file .form-item__container {
    height: 62px;
}
.form-item.form-item-type-file input {
    height: 50px;   
}
.form-item.form-item-type-file:not(.form-item-type-checkbox) .form-item__container .icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.form-item.form-item-type-file .form-item__container .icon-attach {
    color: rgba(245, 121, 96, 1);
    font-size: 22px;
}


/* filterNews fix */
.filterNews .selectBox.form-item-field.form-select {
    padding: 10px 0 5px 0 !important;
}
.filterNews .selectBox.form-item-field.form-select.selectBox-menuShowing.selectBox-menuShowing-bottom {
    padding: 10px 0 5px 13px !important
}
.filterNews .selectBox-dropdown .selectBox-label {
    font-family: CFAstyStd,sans-serif;
    line-height: 24px;
    Letter-spacing: 0.75%;
    font-weight: 400;
    font-size: 16px;
    color: #252159;
    padding: 0 !important;   
}
.filterNews .selectBox.form-item-field.form-select.selectBox-menuShowing.selectBox-menuShowing-bottom .selectBox-label {
    padding: 0 8px !important;
    font-weight: 600;
}

.filterNews .selectBox-dropdown .selectBox-arrow,
.contactForm .selectBox-dropdown .selectBox-arrow,
.cForm .selectBox-dropdown .selectBox-arrow {
    right: 10px;
    top: 0;
    display: flex;
    align-items: center;
    background-image: none !important;
}
.filterNews .selectBox.form-item-field.form-select.selectBox-menuShowing.selectBox-menuShowing-bottom .selectBox-arrow,
.contactForm .selectBox.form-item-field.form-select.selectBox-menuShowing.selectBox-menuShowing-bottom .selectBox-arrow,
.cForm .selectBox.form-item-field.form-select.selectBox-menuShowing.selectBox-menuShowing-bottom .selectBox-arrow {
    right: 10px;   
}

.selectBox-options li a {
  white-space: unset;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.filterNews .selectBox-dropdown .selectBox-label {
  white-space: unset;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* arrow icon control - overwrite */
.filterNews .selectBox-dropdown .selectBox-arrow:before,
.contactForm .selectBox-dropdown .selectBox-arrow:before,
.cForm .selectBox-dropdown .selectBox-arrow:before {    
    font-family: 'acgIcons';        
    src:url('/media/acgIcons.eot?1ym8za');
    src:url('/media/acgIcons.eot?1ym8za#iefix') format('embedded-opentype'),
        url('/media/acgIcons.ttf?1ym8za') format('truetype'),
        url('/media/acgIcons.woff?1ym8za') format('woff'),
        url('/media/acgIcons.svg?1ym8za#acgIcons') format('svg');
    
    /* the actual chevron */    
    content: '\e91d';
    
    font-weight: normal;
    font-style: normal;
    /*font-display: block;*/
    
    background-image: none;
    font-size: 18px;

}

@media all and (min-width: 1024px) {
    .filterNews .selectBox-dropdown .selectBox-arrow:before,
    .contactForm .selectBox-dropdown .selectBox-arrow:before,
    .cForm .selectBox-dropdown .selectBox-arrow:before { 
        color: #F57960; font-size: 22px;        
    }
}

@media all and (max-width: 1024px) {
    .filterNews form .hiddenFiltersMobile {
        transition: opacity .25s, height .35s, linear;  
        visibility: hidden;
        opacity: 0;
        height:0;
    }
    .filterNews form.filters-status-visible .hiddenFiltersMobile {
        visibility: visible;
        height: auto;
        opacity: 1;
        transition: opacity .25s, height .35s, linear;
    }
}
/* faculty listing cards fix */
.facultyListing .box .content,
.facultyListing .box {
    position: relative;
    overflow: hidden;
    transition: all .3s linear;
    height: 100%;
}
.facultyList .content {
    justify-content: space-between;   
}
.facultyListing .box .content .image {
    overflow: hidden;
    height: 100%;
    width: 100%;
    aspect-ratio: 1;
    
    display: flex;
    justify-content: center;
    /*flex-wrap: wrap;*/
    max-width: 210px;
    margin-top: 20px;
    height: 253px;
}
.facultyListing .box .content .image:before {
    content: '';
    /*padding-top: 20px;   */
}
.facultyListing .box .content .image img {
    transition: all .2s linear;
    height: auto;
    margin-left: 30px;
}
.facultyListing .box a.title {
    position: absolute;
    font-size:0;
    display: block;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height: 100%;
    z-index:1;
}
.facultyListing .box a.icon {
    z-index:2;   
}
.facultyListing .box:hover {
    box-shadow: -40px 40px 90px -10px rgba(14, 13, 57, 0.1);
    transform: scale(1.03);
}

.facultyListing .box .content .text .info,
.facultyListing .box .content .text .description {
    position: relative;
    z-index: 3;
}
.facultyListing .box .content .text .info:hover,
.facultyListing .box .content .text .description:hover {
    cursor: text;
}
/* faculty icons */
.facultyIcons .icons div.icon-deree-icon-full:before,
.facultyIcons .icons div.icon-pierce-icon-full:before {
    font-size: 60px;   
}
.facultyListing .facultyIcons .icon-deree-icon-full:before,
.facultyListing .facultyIcons .icon-pierce-icon-full:before {
    font-size: 40px;
}
.facultyListing .facultyIcons .icon-alba:before {
    font-size: 52px;
}

.facultyList .paginationWrapper .wrapper {
    display: flex; justify-content: center;   
}

@media all and (min-width: 1024px) {
    .facultyList .wrapper {
      grid-template-columns: repeat(3,1fr);
      margin-top: 30px;
    }
}

@media all and (min-width: 1280px) {
    .facultyList .wrapper {
      grid-template-columns: repeat(4,1fr);
      margin-top: 60px;
    }
}

.facultyList .text {
    position: relative;
    height: auto;
    min-height: 170px;
    /*max-height: 240px;    */
}
/*@media all and (min-width: 768px) {*/
/*    .facultyList .text {*/
/*        max-height: 200px;     */
/*    }*/
/*}*/
/*@media all and (min-width: 1000px) {*/
/*    .facultyList .text {*/
/*        max-height: 240px;    */
/*    }*/
/*}*/
/*@media all and (min-width: 1200px) {*/
/*    .facultyList .text {*/
/*        max-height: 240px;    */
/*    }*/
/*}*/

/*@media all and (min-width: 1400px) {*/
/*    .facultyList .text {*/
/*        max-height: 220px;    */
/*    }*/
/*}*/

/*@media all and (min-width: 1600px) {*/
/*    .facultyList .text {*/
/*        max-height: 220px;    */
/*    }*/
/*}*/
.facultyList .info {
    min-height: unset;   
}
.facultyList .description {
    /*padding-bottom: 60px;*/
}
.facultyList .facultyIcons {
    position: relative;
    bottom: 20px;
    left: 30px;
    z-index: 4;
    /*justify-self: flex-end;   */
}
/*.facultyList .text {*/
/*    justify-content: space-between;   */
/*}*/

/* article grid */
.articleGrid .list .heading .title {
    max-width: 180px;   
}
/* scroll to top */
.js-scrolled .footerScroll {
    /*transition: all .4s, linear;*/
    /*visibility: visible;*/
    transform: translateX(0) rotate(0deg);
    transition: transform .25s ease;
}
.footerScroll {
    transition: background-color .3s, transform .25s, linear;
    /*visibility: hidden;*/
    position: fixed;
    z-index: 10;
    right: 5%;
    bottom: 20px;
    width: 50px;
    height: 50px;
    background-color:#EDEDF3;
    border-radius: 50%;
    display: flex;
    align-items:center;
    justify-content: center;
    transform: translateX(500px) rotate(360deg);
}
.footerScroll button {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}
.footerScroll:hover {
    transition: all .3s, linear;
    background-color: #252159;
}
.footerScroll:hover .icon:before {
    color: white;   
}
@media all and (min-width: 1024px) {
    .footerScroll {
        /*right: calc(100vw - 60px);*/
        left: calc(100vw - 75px);
        width: 60px;
        height: 60px;        
        transition: transform .25s ease;          
    }
}

@media all and (min-width: 1400px) {
    .footerScroll {
        left: calc(100vw - 75px);
    }
}

@media all and (min-width: 1600px) {
    .footerScroll {
        left: calc(100vw - 122px);
        bottom: 60px;
    }
}

@media all and (min-width: 2000px) {
    .footerScroll {
        left: calc(100vw - 244px);
        bottom: 120px;      
    }
    .mainMenu .languageSwitcher {
        right: 7.3%;   
    }
}
/* map card */
/*.mapCard .map {*/
/*    position: relative;   */
/*}*/
.facultyInner .facultyIcons .icons {
    align-items: flex-end;   
}
.facultyInner .facultyImage .shareButton {
    z-index:10;   
}
.facultyInner .sidebar .facultySidebar .icon:before {
    color: #0096c7; font-size: 18px;
} 
.facultyInner .contentInner .facultyIcons .icon-alba:before {
    font-size:100px;
} 
@media all and (max-width: 767.8px) {
    .footerOuter .logos .right .neche img {
        width: 91px;
        height: 30px;
    }
    .footerOuter .logos .right .openuniv img {
        width: 44px;
        height: 30px;
    }
    .footerOuter .logos .right .starssteal img {
        width: 32px;
        height: 30px;
    }
    .footerOuter .logos .right .tuviso img {
        width: 35px;
        height: 30px;
    }
}
.contentListGrid .text .image svg {
    width: 60px;
    height: 60px;
}
/* icons */
.icon-ui-bar {
    font-size: 6px;
    display: flex;
    max-width: 70px;
    overflow: hidden;
    margin-left: 10px;
    margin-top: 10px;
}
@media all and (max-width: 1024px) {
    .innerPage {
        overflow: hidden;
    }
}
@media all and (min-width: 1024px) {
    .icon-ui-bar {
        margin-top: -4px;
    }   
}
.icon-ui-bar:before {
 
}
.co-pierce {
    color: #BF0D3E;
}
.co-deree {
    color:#1263AD;   
}

.co-alba {
    color:#45555F;   
}
/* Main Menu */
.searchToggle .closeIcon {
    visibility: hidden;
    display: none;
    position: relative;
    z-index: 100;
}
.search-margin { margin-left: 5%; }
.search-input { height: 70px; }

@media all and (max-width: 1024px) {
    .js-searchOpen .mainMenu .searchToggle {
        margin-left: unset;
        position: absolute;
        right: 25px;
    }
    .js-searchOpen .icon-search { position: absolute; left: 20px }
    
    #searchThis {
        margin-left: 0;
        margin-right: 0;
        position: fixed;
        left: 0;
    }
    .search-margin {
        margin: 0;
        padding: 0 !important;
    }
}
@media all and (min-width: 768px) {
    .news .smallNewsDescription {
        overflow: hidden;
        min-height: 193px;
    }
}
.collapseWithImage .bottom .visible {
    height: 25px;   
}
@media all and (min-width: 1024px) {
    .news .itemsContainer {
        min-height: 400px;
    }
    .page-sidebar .mapCard .map {
        max-width: 660px;
        padding-left: 15px;
    }
    .educationLevels img {
        max-height: 1040px !important;
    }
    .textOnly .html {
        max-width: 993px;
    }
    .textOnly .rte {
        max-width: 993px;
    }
    .newsFeaturedSection .newsFeaturedContainer .image {
        /*max-width: 383px;*/
    }
    .newsFeaturedSection .newsFeaturedContainer .image img {
        filter: drop-shadow(-7px 17px 77px rgba(14, 13, 57, 0.05));
    }
    .collapseWithImage .imageInner img {
        max-height: 1000px;
        /*max-height: 100%;*/
    }
    .insights .bottomBox {
        margin-top: 34px;
    }
    
    .collapseWithImage .bottom .card {
        display: flex;
        flex-direction: column;
        height: 160px;
        max-height: 100%;
        padding:0;
    }
    .collapseWithImage .bottom .expanded {
        height: 100%;
        max-height: 100%;
    }
    
    .collapseWithImage .bottom .expanded .visible {
        padding-bottom: 0;
        padding-top: 0;
        /*height: 140px;*/
    }
    .collapseWithImage .bottom .expanded .extra {
        margin-top: 10px;   
    }
    .collapseWithImage .bottom .visible {
        align-items: center;
        display: flex;
        height: 165px;
        padding: 60px 50px;
    }
    
    .collapseWithImage .bottom .extra {
        padding: 0 50px 60px 50px;
    }
    
}

@media only screen and (min-width:1540px) {
    .news .tabsContainer::after {
        content: '';
        background-color: #e9ebf4;
        display: flex;
        flex-direction: column;
        padding: 95px 0 95px 126px;
        position: absolute;
        top: 0;
        width: 50%;
        right: -500px;
        height: 100%;   
    }
}

@media all and (max-width: 1200px) {
    .mapCard .map {
        position: relative;   
    }
}
@media all and (min-width: 1280px) {
    .educationLevels .swiper-wrapper {
        height: auto;   
    }
    .newsFeaturedSection .newsFeaturedContainer .newsDescription {
        padding: 40px 40px 0;
    }
}
@media all and (min-width: 1440px) {
    .newsFeaturedSection .newsFeaturedContainer .newsDescription {
        padding: 161px 40px 0;
    }
}
@media all and (min-width: 1600px) {
    .page-sidebar .mapCard .map {
        max-width: 860px;
        padding-left: 15px;
    }
}

.newsFeaturedSection .newsFeaturedContainer .newsDescription .date, .newsFeaturedSection .newsFeaturedContainer .newsDescription .category {
    /*max-width: 50%;   */
    text-transform: uppercase;
}

/* hide mm menu untill page/js loads
   add a control class to preload and hide everywhere before load to avoid glitch loading - added
*/
/*@media only screen and (min-width: 1280px) {*/
/*    .preload .mobileMenu {*/
/*        display: none;*/
/*    }*/
/*}*/

.spotlight .item .date {
    text-transform: uppercase;   
}

/* Modal Window Playler */
.modal-open .modal::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #252159;
    opacity: 0.8;
}
.modalWindow .modal-dialog {
    width: 1085px;
    /*height: 685px;*/
    max-width: unset;
    min-height: unset;
}
.modalWindow iframe {
    width: 1085px;
    height: 685px;   
}
.modalWindow .modal-body {
    padding:unset;   
}
.modalWindow .modal-content {
     background-color: transparent;
     border: unset;
     border-radius: unset;
}
.modalWindow .modal-header {
     padding-top: 25px;
     padding-left: 0;
     padding-right: 0;
     padding-bottom: 5px;
}
.modalWindow .modal-header h4 {
    color: white;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.0075em; 
}
.modalWindow .modal-header .close {
 color: white;
 opacity: 1;
 padding: unset;
 margin: unset;
}
/* memberships */
.memberships ul li.check {
    position: relative;
    padding-left: 42px;
    background: url('/media/cardsBlueCheck.svg') no-repeat;
    background-position: left center;
    background-size: 22px 22px;
}
.memberships ul li.none {
    position: relative;
    padding-left: 42px;
    background: url('/media/cardsBlueNone.svg') no-repeat;
    background-position: left center;
    background-size: 22px 22px;
}

/* slider cards */
.sliderCards .swiper-slide.swiper-slide-img {
    width: 353px !important;
}
.sliderCards .item.bg-lightGrey img {
	height: 269px;
}
.sliderCards .item.bg-lightGrey .itemImg {
	z-index:1;
}
.sliderCards .item.bg-lightGrey a {
	z-index:4;
}
.sliderCards .item.bg-lightGrey .text {
    margin-top: unset;
	padding: 25px 30px;
	height: 154px;
}
.sliderCards .item.bg-lightGrey .text p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.0075em;
    color: #66648B;
}
.sliderCards .item.bg-lightGrey .html, .sliderCards .item.bg-lightGrey .html p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.0075em;
    color: #66648B;
}
.sliderCards .item.bg-lightGrey .html p, .sliderCards .item.bg-lightGrey .text p {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* content2Cols */
.page-sidebar .content2Cols .swiper-container {
    overflow: unset;
}
.page .content2Cols, .page-sidebar .content2Cols {
    overflow: hidden;
}

/* icon fixes */
.flyout a.hasSubmenu .icon:before {
    color: #ededf3;
    transition: .15s ease;
    font-size: 16px;
    display: flex;
}
.flyout a.hasSubmenu:active .icon:before, 
.flyout a.hasSubmenu:focus .icon:before, 
.flyout a.hasSubmenu:hover .icon:before,
.flyout .closeMenu a.active, 
.flyout .closeMenu a:focus, 
.flyout .closeMenu a:hover {
    transition: color .2s ease;
    color: #f57960;
}

.mainMenu .secondaryMenuToggle a,
.mainMenu .searchToggle a {
    transition: color .2s ease;
}
.mainMenu .searchToggle a:hover {
    transition: color .2s ease;
    color: #f57960;
}
.flyout-secondary .closeMenuSecondary a:hover,
.flyout-secondary .closeMenuSecondary a:hover {
    color: #f57960;
}

/* bottom banner */
.bottomBanner .button span {
    padding-top: 2px;    
}

.bottomBanner .icon:before {
    font-size: 22px;
}

@media all and (max-width: 992px) {
    .bottomBanner .button {
        width: 58px;
        height: 58px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media all and (min-width: 1024px) {
   .bottomBanner .icon:before {
        margin-left: 8px;
    } 
}

@media all and (min-width: 1024px) {
   .bottomBanner .icon:before {
        margin-left: 8px;
    } 
}
/* all */
.twoBoxes .hoverLight:hover .buttonLight .icon:before,
.educationLevels .inner .item:hover .icon:before {
    color: white;   
}

/* swiper controls */
.controls .navigation .icon::before {
    font-size: 22px;
}
.controls .navigation .swiper-button-next:focus .icon::before, 
.controls .navigation .swiper-button-next:hover .icon::before,
.controls .navigation .swiper-button-prev:focus .icon::before, 
.controls .navigation .swiper-button-prev:hover .icon::before {
    color: #0096c7;
    transition: .15s ease;
}

/* button main */
.buttonMain .icon {
    
    position: relative;
    margin-left: 18px;
    margin-right: 0;
    transition: margin-left .20s ease, margin-right .15s ease;    
}
.buttonMain:hover .icon {
    transition: margin-left .20s ease, margin-right .15s ease; 
    margin-left: 8px;
    margin-right: 10px;
}
.buttonMain.buttonCoral {
    width: 58px;
    height: 58px;
}
.buttonMain.buttonCoral .icon {
    margin-left:0;
    margin-right: unset;
}
.buttonMain.buttonCoral:hover::before {
    width: 58px;
    transition-property: opacity,background-color;    
}

/*campuses*/
.campuses .buttonMain.buttonCoral {
    
}
.campuses .campus:hover .content .icon:before {
    color: white;   
}
.campuses .campus:hover .content .buttonCoral:before {
    background-color: #f57960; 
    opacity: 1;
}
.campuses .campus.active:hover .itemButton {
    opacity:1;
}
.campuses .campus:hover .itemButton {
    opacity:1;
}
.campuses .campus.active .itemButton {
    opacity:1;   
}
.campuses .campus .itemButton {
    opacity: 0;   
}

/*content video*/
.contentVideo .inner .videoBlock .buttonPlay .playVideo {
    height: auto;
    width: auto;
}
.contentVideo .icon {
    width: auto; height: auto;   
}
.contentVideo .icon.icon-play-video::before {
    font-size: 28px;   
}
/*external link boxes*/
.externalLinksBoxes .links .icon {
    transition: .15s ease;
    color: #0096c7;
    margin-right: 10px;
}
.externalLinksBoxes .links a:hover .icon {
    transition: .15s ease;
    color:#252159;
}
@media all and (max-width: 768px) {
    .externalLinksBoxes a.buttonMainMobile {
        padding-left: 0;   
    }
}
.collapseWithImage .card .toggle .icon {
    font-size: 22px;   
}
/* layout sidebar left */
.layoutSidebar a:focus .icon:before,
.layoutSidebar a:hover .icon:before {
    color: #f57960;   
}
.layoutSidebar .icon {
    transition: .15s ease;
    color: #A8A6BD;
    height: 16px;
    width: 16px;
}
.layoutSidebar .icon:before {
    color: #A8A6BD;
}
.layoutSidebar .expanded .icon {
    transition: .15s ease;
}
@media all and (max-width: 992px) {
    .layoutSidebar .extra .active {
        border-color: transparent;   
    }
    .layoutSidebar .expanded .icon,
    .layoutSidebar .visible a .icon {
        padding-left: 7px;   
    }
}
@media all and (min-width: 993px) {
    .layoutSidebar .expanded .icon {
        transform: rotate(90deg);    
    }
}

.layoutSidebar .expanded .icon:before {
    color: #f57960;
}


/*Homepage Fixes GG*/
#playlist-66 .active .title{
    font-size:22px;
    }
#playlist-66 .campus:hover .title{
    font-size:22px;
    } 
#playlist-1534 .active .title{
    font-size:22px;
    }
#playlist-1534 .campus:hover .title{
    font-size:22px;
    } 


/*footer*/
.formAcgNewsletter .custom-checkbox #terms_newsletter_mobile{
    border-bottom-width: 0px;
}
.formAcgNewsletter  .custom-checkbox:before:checked label[for=terms_mobile]{
    color: #ededf3;
}        
.formAcgNewsletter .custom-checkbox:hover label[for=terms_mobile]{
    color: #ededf3;
}

.formAcgNewsletter  .mchoice input:checked + label {
    color:#ededf3;
    font-weight: normal;
}

.mchoice .custom-control-input{
    border-bottom-width: 0px;
}
/*education module homepage*/   
@media (min-width: 1024px) {
   #playlist-370 .inner .item .itemDesc{
        margin-bottom: 0.5em;
    }
    #playlist-370 .inner .item .itemDesc::nth-child(3){
        margin-bottom: 0em;
    }
}

@media (min-width: 1600px) {
    .js-scrolled .shareButton {
        /*top: calc(100vh - 719px);*/
        bottom:35%;
    }
    .js-scrolled.js-scrolled-button .shareButton {
        bottom: 65%;   
    }
}





@media (min-width: 1024px){
.footerOuter .inclusive .linkedin {

    margin-right: 16px;

}}
@media (max-width: 1000px){
    .footerOuter .inclusive .linkedin {

        
    right: 50px;

}
    
    
    .footerOuter .inclusive .facebook {
    position: absolute;
    right: 16px;
    /* border: 2px solid #252159; */
    /* border-radius: 50%; */
    bottom: 0;
    color: #252159;
    display: flex!important;
    font-size: 36px;
    /* height: 36px; */
    margin-bottom: 30px;
    margin-right: 12px;
    /* padding: 9px 10px 12px 11px; */
    position: absolute;
    right: 15px;
    width: 36px;
    z-index: 0;
    display: flex;}
}
/*not the best fix for a SPT */

.list .card .extra ul li {
    list-style: disc;
}
.footerOuter ol, ul {
    list-style: none;
}
/*hide menu items*/
#second-5445 ul li:nth-child(2) {
    display: none;
}
#mm-10  ul li:nth-child(2) {
    display: none;
}
 .externalLinksBoxes  .logos {
    min-height: 160px;
    justify-content: center;
}
.externalLinksBoxes  .buttonMain , .educationInstitutes .buttonMain {
    margin-top: auto;   
}
.educationInstitutes .logos {
        min-height: 210px;
        justify-content: center;
    }
@media (min-width: 1200px){
    .externalLinksBoxes  .logos, .educationInstitutes .logos {
        min-height: 210px;
        justify-content: center;
    }
}
.educationInstitutes  .description p {
        min-height: 139px;
        justify-content: center;
    }
@media (min-width: 1200px){
    .educationInstitutes  .description p {
        min-height: 97px;
        justify-content: center;
    }
}
.invalid-feedback{
    position:absolute;
    }


.tab-content .tab-pane .rte .html a {
    display: inline-flex;
    border-left:unset;
    background-color:unset;
    font-size: inherit;
    padding: 0;
    border-bottom: 1px solid;
}
#insideLeft{
    position:absolute;
    top:1em;
    }
    
    
.js-searchOpen .give.giving{
    display:none;
    }
.js-searchOpen .outer{
    display:contents;
    }

/*menu search fix*/
.flyout-search .searchResults{
    display:block!important;
    }

@media all and (max-width: 1024px) {
    
.flyout-search .outer, .flyout-search .wrapper {
	overflow-y: scroll;
}
    .flyout-search .searchResults {
	overflow: unset;
}
	#searchThis {
		top:0;
	}
	.search-input {
	  height: 110px;
	  background-color: #252159!important;
	}
	#insideLeft {
		top: 2em;
	}
}


.footerAboveOuter  a{
        align-items: center;
        color: #fff;
        font-size: 14px;
        letter-spacing: .11px;
        line-height: 1.57;
    }
.footerAboveOuter  a:hover{
        color: #f57960;
    }
    
@media (min-width:1200px){
    #playlist-4394 .swiper-slide {
        padding-bottom: 50px;
        padding-top: unset;
    }
}
.footerOuter .inclusive .youtube,.footerOuter .inclusive .instagram  {
    color: #252159;
    font-size: 0;
    height: 36px;
    margin-bottom: 30px;
    margin-left: 20px;
    }
.footerOuter .inclusive .linkedin , .footerOuter .inclusive .facebook{
    position:unset;
    }

@media all and (max-width: 1000px) {
    .footerOuter .inclusive .facebook{
        width:auto;
        margin-right:0;
    }
    .footerOuter .inclusive .linkedin {
        border: 2px solid #252159;
        border-radius: 50%;
        bottom: 0;
        color: #252159;
        display: flex;
        font-size: 0;
        height: 42px;
        margin-bottom: 30px;
        margin-right: 20px;
        padding: 7px 10px 9px 12px;
        width: 43px;
        z-index: 0;
}
}




